home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World's Largest Collection of Windows Software
/
The World's Largest Collection of Windows Software - Disc 1.iso
/
dsk_util
/
arcmaste
/
amwtest.bat
< prev
next >
Wrap
DOS Batch File
|
1992-10-31
|
117b
|
9 lines
@ECHO OFF
@ECHO Testing a compressed file
@ECHO %1 %2 %3 %4 %5 %6
@ECHO.
%1 %2 %3 %4 %5 %6
@ECHO.
PAUSE
:END